Fixes related to face underlining
authorGlenn Morris <rgm@gnu.org>
Thu, 15 Nov 2012 07:30:46 +0000 (23:30 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 15 Nov 2012 07:30:46 +0000 (23:30 -0800)
commit84d5c441539e1a5f5c35d543fbc601db527bc1f1
tree1893332e9eac2b567878619ea28e936bde454b9d
parent3d9ba7a918acd4d3f85d60c8aa7bfaceae01393e
Fixes related to face underlining

* lisp/faces.el (face-underline-p): Doc fix.  Handle :underline being
things other than `t' (a string, a list).
(face-inverse-video-p): Doc fix.
(set-face-underline): Rename it back from set-face-underline-p.
Doc fix.  Allow interactive input of values other than t.
(read-face-attribute): Apply formatting to :underline,
since like :box and :stipple it can take list values.

* doc/lispref/display.texi (Face Attributes): Fix :underline COLOR description.
(Attribute Functions): Update for set-face-underline rename.
Tweak descriptions of face-underline-p, face-inverse-video-p.

* etc/NEWS: Related edit.
doc/lispref/ChangeLog
doc/lispref/display.texi
etc/NEWS
lisp/ChangeLog
lisp/faces.el
src/xfaces.c